Package com.cisco.pt.ipc.sim
Interface PhoneSignaling
- All Known Implementing Classes:
PhoneSignalingImpl
Information provided by the PKI file:
\class PhoneSignaling
\brief PhoneSignaling handles and manipulates the PPP encapsulation process.
\example network().getDevice("Router0").getProcess("PhoneSignaling")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionintInformation provided by the PKI file:getUserTrafficAt(int index) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
getPacketCnt
int getPacketCnt()Information provided by the PKI file:
\brief Returns the packet count. \return int, the packet count.- Returns:
- int Returns a int
-
getUserTrafficAt
Information provided by the PKI file:
\brief Returns the user traffic at the given index. \param index, index to get the traffic at. \return UserTraffic, traffic at the specified index.- Parameters:
index- Takes in a parameter of index- Returns:
- UserTraffic Returns a UserTraffic
-